<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vjs-paused .vjs-big-play-button, .vjs-paused.vjs-has-started .vjs-big-play-button {display: block;}
.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 3em;
    height: 3em;
    width: 3em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: #73859f;
    border-width: 0.15em;
    top: 50%;
    left: 50%;
    margin-top: -1.5em;
    margin-left: -1.5em;
}
/* ä¸­é—´çš„æ’­æ”¾ç®­å¤´ */
.vjs-big-play-button .vjs-icon-placeholder {font-size: 2em;}
/* åŠ&nbsp;è½½åœ†åœˆ */
.vjs-loading-spinner {
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
}</pre></body></html>